home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / misc / seek / _seek / ideas < prev    next >
Encoding:
Text File  |  1994-07-21  |  2.3 KB  |  89 lines

  1. WOULD IT BE WORTH CONSIDERING?...
  2. =================================
  3.  
  4.  
  5. ESCAPE
  6. ======
  7.  
  8. Hit ESCAPE while seeking to abort the seek.
  9.  
  10.  
  11. MORE SEARCH CRITERIA
  12. ====================
  13.  
  14. Are 3 search criteria enough? It would be easy to add more, but is there any
  15. point? I don't think that there's any situation where I'd ever want to
  16. search for a verse which contained four specified words where searching for
  17. three wouldn't be good enough. 
  18.  
  19.  
  20. OR
  21. ==
  22.  
  23. Would an "OR" option be worth considering? (E.g. verses containing "faith"
  24. AND ("hope" OR "charity")).
  25.  
  26. For technical reasons, I would NOT want to implement a search for "faith" OR
  27. "hope" OR "charity". I'd like there to always be one primary search key.
  28.  
  29. ((The program chooses one of the target words to be the primary search key,
  30. and has a fast algorithm for finding occurrences of that one word - once the
  31. word is found the verse it occurs in is checked for any secondary criteria
  32. at a more leisurely pace))
  33.  
  34. It would be quite easy to write the code for something like this, but
  35. explaining it to the users gets a bit difficult, and some users would end up
  36. getting confused.
  37.   
  38.  
  39.  
  40. BROWSE
  41. ======
  42.  
  43. Clicking on the BROWSE option would open a text window, rather like the
  44. output window, but with a small tool pane. Clicking on the appropriate tool
  45. would go forward/backward one book/chapter/page.
  46.  
  47.  
  48.  
  49. PHRASE SEARCH
  50. =============
  51.  
  52. If you happen to know a phrase which occurs in the target text, then you
  53. could type "God so loved the world" into a PHRASE search icon. SEEK would
  54. then only report verses which contain those words in that exact order.
  55.  
  56.  
  57.  
  58. WILD CARDS
  59. ==========
  60.  
  61. A complete implementation of wild cards would be very tricky indeed, but the
  62. following restricted wild card feature would be much easier:-
  63.  
  64. You would be allowed to seek words like "Abr*" which would match "Abram",
  65. "Abraham", "Abraham's" etc. The "*" would only be permitted as the last
  66. character, it would not be possible to search for "*braham".
  67.  
  68. This facility has now been incorporated into the WORDCOUNT option, but would
  69. it be useful to have it in the main SEEK option.
  70.  
  71.  
  72.  
  73. IT'S UP TO YOU
  74. ==============
  75.  
  76. Could you make better use of SEEK if it had some of these features
  77. implemented?
  78.  
  79. Is there anything else that you think it should do?
  80.  
  81. Have you spotted any bugs?
  82.  
  83. If so, write to 
  84.  
  85.        Mike Williams
  86.        111 Evering Road
  87.        LONDON   N16 7SL
  88.  
  89.